메인 콘텐츠로 건너뛰기
GET
/
catalogs
Get multiple catalogs
curl --request GET \
  --url https://your_a2_service/catalogs \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "metadata": {
        "category": "<string>",
        "id": "<string>",
        "image_link": "<string>",
        "title": "<string>",
        "brand": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "link": "<string>",
        "seller_name": "<string>",
        "updated_at": "2023-11-07T05:31:56Z"
      },
      "id": "",
      "schema": "creative.catalog",
      "source": "<string>"
    }
  ],
  "pagination": {
    "page": 123,
    "page_size": 123,
    "total": 123,
    "total_pages": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

쿼리 매개변수

page
integer
기본값:1
page_size
integer
기본값:10
search_query
string | null

응답

Successful Response

카탈로그 목록 스키마(페이징 포함)

items
CatalogBaseSchema · object[]
필수
pagination
PageInfo · object
필수

페이지 정보